home *** CD-ROM | disk | FTP | other *** search
/ Beginning Mac Programming / Beginning Mac Programming.bin / Open Me for REALbasic 3 / REALbasic 3.2 / Example Projects / Applications / aCiDICS 1.1 / Read Me < prev   
Text File  |  1999-04-07  |  4KB  |  97 lines

  1. aCiDICS
  2. By Orbiter Productions
  3.  
  4. What is aCiDICS?
  5. More or less, an image compression/decompression program, which somewhat mimics JPEG.
  6.  
  7. How does it work?
  8. First, take a JPEG photo in Photoshop, convert it to CMYK, and look at the channels.  That's where the inspiration came from.
  9. The method is my own.  Open up the source code, and look for yourself.
  10.  
  11. How do I compress images?
  12. Set the quality bar to the acceptable quality level.  Further right is higher quality, but more disk space.
  13. Click Compress.
  14. Select a module file.  I've included 2.  The default module guarantees at least 30% savings with minimal quality loss if the bar is all the way on the right.
  15. Select the input PICT file.  Its dimensions must be divisible by 4, or it'll get clipped.  Sorry, but this is a scrappy project I threw together.
  16. Select the output file's location, and save it.
  17.  
  18. What's the difference between the standard and NDIF codecs?
  19. The standard codec was the first codec I wrote.  It's faster, but delivers notable quality loss.
  20. The NDIF (New Deviant Image Format) codec uses a slightly different method, which gets about 50% savings with virtually no quality loss.
  21.  
  22. How do I decompress images?
  23. Click Decompress, or Decompress NDCF.
  24. Select a DCIF/NDCF file.
  25. Wait for it to decompress.
  26. Select an output location, and it'll be saved as a SimpleText PICT file.
  27.  
  28. What's the legal crud on this?
  29. aCiDICS, and the DCIF/NDCF codec methods are ©1999 Orbiter Productions.  Want them?  Sure.  Just get permission from me first.
  30.  
  31. Where are you on the 'net?
  32. http://members.xoom.com/akupakofi/
  33. akupakofi@xoommail.com
  34.  
  35. What's the Girl.dcif file?
  36. A sample file.  Decompress it, and compare the size of the PICT and the DCIF file.  30% savings.  Quality loss isn't too bad.  Enjoy.
  37.  
  38. Why did you bother?  JPEG'll whoop ya, stoopid!
  39. I was bored.  Besides, I wanted to see if this was possible, and indeed it is.  :)
  40. I know JPEG is better than DCIF, but this isn't for widespread WWW use...  It's for fun!  ;)
  41. Try using NDCF.  The results have been quite good lately, even on low quality settings!
  42.  
  43. Why's the window say "Untitled"?
  44. Like I said.  This was scrapped together.  I'll fix it if I ever update it.  ;)
  45.  
  46. What's DCIF stand for?
  47. Deviant Compressed Image File/Format
  48.  
  49. What's aCiDICS, or CDICS supposed to mean?
  50. Lazy users...
  51. Central Deviant Image Compression System.
  52.  
  53. How do I make module files?
  54. Make a text file.
  55. Make the first line a number for how many schemes to put in the file.
  56. For each scheme, put in one line for how many ink colors, and then for the next four lines, put in a 4-character code depicting the location of the ink colors.
  57. Ink color 1 = A   2 = B   3 = C    etc.
  58. This is scrappy, so if you can't understand this, look at the source, please.
  59.  
  60. What's the DCIFViewer app?
  61. That's my own personal DCIF viewer application.  Enjoy!  Sorry, it doesn't save PICTs yet.
  62.  
  63. Duh...  What do I open the source with?
  64. REALbasic.   That's why this is kinda slow.
  65. http://www.realbasic.com/
  66.  
  67. I get a huge massive white blob for output?  What gives!?
  68. Increase the memory allocation, and try again.
  69.  
  70. Who are you?
  71. Steve Rusher, amateur programmer.  I'll come to your house, steal your girl, your credit cards, and your dinner if you're not careful.
  72.  
  73. This looks just like all the other lame freeware I see!
  74. It is lame freeware, stupid.  Try making this in just 2 days.  :P
  75.  
  76. It's slow!
  77. You're impatient.
  78.  
  79. It's lame!
  80. Don't use it.
  81.  
  82. You're lame!
  83. You're ugly.
  84.  
  85. You can't program worth crap!
  86. It's a living.
  87.  
  88. This document is lame!
  89. Your car is lame.
  90.  
  91. I'm closing this document right now because it's so lame!
  92. Bye...
  93.  
  94. By the way, a bit of thanks to CaptByron, HHunter, Pysgnosis, REAL Software, and Sony...
  95.  
  96. I really mean it!
  97. Fine, go away!